home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 09 - 1993 / 09.07 Jul 93 / Bedrock Example / EdHelpId.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-06  |  1.9 KB  |  55 lines  |  [TEXT/MPS ]

  1. #ifndef EDHELPID_H
  2. #define EDHELPID_H
  3. //===================================================================================
  4. //
  5. //     File:            EdHelpId.h
  6. //     Release Version:    $Revision$
  7. //
  8. //     COPYRIGHT 1993 SYMANTEC CORPORATION. ALL RIGHTS RESERVED. UNPUBLISHED RIGHTS
  9. //     RESERVED UNDER THE COPYRIGHT LAWS OF THE UNITED STATES. USE OF COPYRIGHT
  10. //     NOTICE IS PRECAUTIONARY ONLY AND DOES NOT IMPLY PUBLICATION OR DISCLOSURE.
  11. //
  12. //     THIS SOFTWARE CONTAINS PROPRIETARY AND CONFIDENTIAL INFORMATION OF SYMANTEC
  13. //     CORPORATION. USE, DISCLOSURE, OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR
  14. //     EXPRESS WRITTEN PERMISSION OF SYMANTEC CORPORATION.
  15. //
  16. //     RESTRICTED RIGHTS LEGEND
  17. //     Use, duplication, or disclosure by the Government is subject to restrictions
  18. //     as set forth in subparagraph (c)(l)(ii) of the Rights in Technical Data and
  19. //     Computer Software clause at DFARS 252.227-7013.
  20. //     Symantec Corporation, 10201 Torre Avenue, Cupertino, CA 95014.
  21. //
  22. //===================================================================================
  23.  
  24. #define HELPID_NONE                    0
  25. #define HELPID_INDEX                1
  26. #define HELPID_WINDOW_TILE            2
  27. #define HELPID_WINDOW_CASCADE        3
  28. #define HELPID_WINDOW_ARRANGEICONS    4
  29. #define HELPID_PRINTER_SETUP        6
  30. #define HELPID_SELECT_ALL            7
  31. #define HELPID_SHOW_CLIPBOARD        8
  32. #define HELPID_FIND                    9
  33. #define HELPID_FIND_AGAIN            10
  34. #define HELPID_REPLACE                11
  35. #define HELPID_REPLACE_AGAIN        12
  36. #define HELPID_GO_TO_LINE            13
  37. #define HELPID_FONT                    14
  38. #define HELPID_ABOUT_BOX            15
  39. #define HELPID_FILE_NEW                16
  40. #define HELPID_FILE_OPEN            17                                
  41. #define HELPID_FILE_CLOSE            18
  42. #define HELPID_FILE_SAVE            19
  43. #define HELPID_FILE_SAVE_AS            20
  44. #define HELPID_FILE_REVERT            21
  45. #define HELPID_FILE_PRINT            22
  46. #define HELPID_FILE_QUIT            23
  47. #define HELPID_EDIT_UNDO            24
  48. #define HELPID_EDIT_CUT                25
  49. #define HELPID_EDIT_COPY            26
  50. #define HELPID_EDIT_PASTE            27
  51. #define HELPID_EDIT_CLEAR            28
  52. #define HELPID_KEYCOMMANDS            29
  53.  
  54. #endif
  55.